home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 3 / Amiga Format CD03 (1996-07-04)(Future Publishing)(GB)(Track 1 of 6)[!][issue 1996-08].iso / comms / netsoftware / grapevine.lha / Grapevine / Docs / HFTgv.doc < prev    next >
Text File  |  1994-09-20  |  2KB  |  57 lines

  1. TITLE
  2.     HFT 38.30
  3.  
  4. AUTHOR
  5.     Herbert West
  6.     email: ali@extro.ucc.su.OZ.AU
  7.  
  8. DESCRIPTION
  9.     HFT is a very small ANSI terminal program. It was written mainly because
  10.     there were no terminal programs i really liked on the Amiga. I wanted a
  11.     term which was small, reliable, with just the bare essentials. I also
  12.     wanted to learn how to program amiga devices. The main features of HFT
  13.     are...
  14.  
  15.         o Console support with cut & paste
  16.         o Reliable ANSI terminal emulation
  17.         o Compatible with all serial.device clones. HFT was tested on
  18.           serial, baudbandit, uw, and nullmodem devices
  19.         o Opens on the default public screen
  20.  
  21.     Ok, so why should you use HFT instead of other terminal programs?
  22.     You will not want to use HFT if you expect VT100 emulation or transfer
  23.     protocols. I get by without VT100 on unix systems by using the amiga
  24.     termcap, and running Terminus in the background for transfers. Yes, I
  25.     also use auw :) Anyway, these are the reasons you should use HFT...
  26.  
  27.         o Very efficient, robust code
  28.         o Very small executable size
  29.         o Can be made resident
  30.         o Takes full advantage of OS 2.04 and above
  31.         o I wrote it ;)
  32.  
  33.     HFT looks for it's config file in PROGDIR:HFT.n.prefs, where n is the
  34.     session number. If you make HFT resident, PROGDIR: is not defined, and
  35.     you will get a requester asking you to insert volume PROGDIR:. To get
  36.     around this problem, you can create  an environment variable called
  37.     HFTCONFIGPATH which points to the directory where your HFT settings are
  38.     stored.
  39.  
  40.     So have I convinced you? Who cares! it's a free program, so use it if
  41.     you like it, and throw it away if you dont. If you do like it, check out
  42.     other programs in the HFx range, including HFK and many others to come!
  43.  
  44.     BTW, the author assumes no responsability for the reliability of this
  45.     software, or any damage it may cause. You assume all risks!
  46.  
  47. REQUIREMENTS
  48.     AmigaOS 2.1. 2.04 with V38 of asl.library will also work fine.
  49.  
  50. DISTRIBUTION
  51.     HFT is Copyright 1992-93 by Herbert West and may be freely distributed
  52.     as long as it's archive is left in it's original condition. If you use
  53.     HFT, you should send email to the author saying you like it, and make
  54.     some suggestions. Please dont suggest either xpr's or VT100 ;-)
  55.  
  56.     HFT should be available on all aminet sites in /pub/aminet/comm/term
  57.